blob: 460815013614265e15488b862729d5ab065fb5c4 (
plain)
1
2
3
4
5
6
7
|
# -*- encoding: binary -*-
# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
require_relative '../dtas'
module DTAS::Source # :nodoc:
end
|