8 lines
139 B
Python
Executable file
8 lines
139 B
Python
Executable file
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
print("Auto loading (dotfiles/startup.py)")
|
|
import numpy as np
|
|
|
|
# vim: set ts=4 sw=4 noet:
|
|
|