modern #2

Merged
absurdo merged 38 commits from modern into master 2025-03-15 00:00:11 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit e6f824717e - Show all commits

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from paramecio.wsgiapp import app from paramecio.wsgiapp import app
from paramecio.index import run_app from paramecio.app import run_app
application=app application=app