mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-24 20:23:44 +00:00
6 lines
90 B
Python
6 lines
90 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
from tox.session import main
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
main()
|