repo.or.cz
/
Accesser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moved
[Accesser.git]
/
accesser.py
blob
2b037e77c198bdbe48af80ca0eee8c6343c96787
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# This file is for backward compatibility only.
4
5
from
accesser
import
run
6
7
if
__name__
==
'__main__'
:
8
run
()