moved
[Accesser.git] / accesser.py
blob2b037e77c198bdbe48af80ca0eee8c6343c96787
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 # This file is for backward compatibility only.
5 from accesser import run
7 if __name__ == '__main__':
8 run()