mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
9 lines
98 B
Python
9 lines
98 B
Python
|
#!/usr/bin/env python
|
||
|
#coding: UTF-8
|
||
|
|
||
|
def main():
|
||
|
pass
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|