mirror of
https://github.com/kennethreitz-archive/macspoof.git
synced 2026-06-05 23:50:19 +00:00
8 lines
113 B
Python
Executable File
8 lines
113 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import macspoof
|
|
|
|
|
|
if __name__ == '__main__':
|
|
macspoof.cli.start() |