mirror of
https://github.com/quantum5/purge-static.git
synced 2025-04-24 11:22:00 -04:00
5 lines
74 B
Python
5 lines
74 B
Python
|
from purge_static.main import main
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|