mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
5 lines
90 B
Python
5 lines
90 B
Python
#!/usr/bin/env python
|
|
from tox.session import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|