Files
bearhub/bauh/api/user.py
2021-11-23 18:02:54 -03:00

6 lines
55 B
Python

import os
def is_root():
return os.getuid() == 0