Skip to content

fixed import

fixed import #1

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main ]
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- uses: gallardoalba/classroom_autograding@main